Skip to content

added node::remove method#507

Open
flaviu22 wants to merge 2 commits intofktn-k:developfrom
flaviu22:develop
Open

added node::remove method#507
flaviu22 wants to merge 2 commits intofktn-k:developfrom
flaviu22:develop

Conversation

@flaviu22
Copy link
Copy Markdown

@flaviu22 flaviu22 commented Oct 20, 2025

[Describe your pull request here. Please read the description below and make sure you follow the checklist.]

Added basic_node::remove method that remove a specific node. Tested, ran ok.

Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

  • Changes are described in the pull request or in a referenced issue.
  • The test suite compiles and runs without any error.
  • The code coverage on your branch is 100%.
  • The documentation is updated if you added/changed a feature.

Please don't

  • The C++11 support varies between different compilers and versions. Please note the list of supported compilers. Some compilers like GCC 4.7 (and earlier), Clang 3.3 (and earlier), or Microsoft Visual Studio 13.0 and earlier are known not to work due to missing or incomplete C++11 support. Please refrain from proposing changes that work around these compiler's limitations with #ifdefs or other means.
  • Please refrain from proposing changes that would break YAML specifications. If you propose a conformant extension of YAML to be supported by the library, please motivate this extension.
  • Please do not open pull requests that address multiple issues.

@flaviu22 flaviu22 requested a review from fktn-k as a code owner October 20, 2025 12:10
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 20, 2025

:octocat: Upload Coverage Event Notification

Coverage data has been uploaded for the commit 67758a84ea7b00cd40b39e05602a8d2258dfb01c.
You can download the artifact which contains the same file uploaded to the Coveralls and its HTML version.

Name fkYAML_coverage.pr507.zip
ID 4447189910
URL https://github.com/fktn-k/fkYAML/actions/runs/19030365485/artifacts/4447189910

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant